if (isset(f5)) {
  load.pic(v0);
  draw.pic(v0);
  discard.pic(v0);
  set.horizon(0);
  position(o0,86,165);
  load.sound(17);
  sound(17,f66);
  load.view(18);
  set.view(o3,18);
  animate.obj(o3);
  position(o3,90,90);
  wander(o3);
  draw(o3);
  v6 = 1;
  status.line.on();
  accept.input();
  draw(o0);
  show.pic();
  load.view(223);
  set.view(o1,223);
  animate.obj(o1);
  position(o1,83,116);
  draw(o1);
  load.view(227);
  set.view(o2,227);
  animate.obj(o2);
  stop.cycling(o2);
  position(o2,100,116);
  draw(o2);
}
if (v2 == 3) {
  new.room(3);
}
if (said("leak")) {
if(v40 == 1){
print("You don't need to do that anymore");
return();
}
  print("Ahhh!");
  v3 += 4;
  v40 = 1;

}
if (said("examine")) {
  print("It's the famous Bum Palace.");
}
if (said("examine","bouncer")) {
  print("Jucky, they smell.");
}
if (said("ask","bouncer")) {
  print("Lefty: 'Hello.'");
  print("Bum: 'Hello.'");
  print("Lefty: 'Bye.'");
  print("Bum: 'Bye.'");
}
if (said("ask","barman")) {
  print("Lefty: 'Can you tell me where's the toilet.'");
  print("(He points to a corner).");
  print("Lefty: 'Why's it yellow?'");
  print("Bartender: 'Isn't it logical?'");
  print("Lefty: 'Yes,I understand.'");
}
if (said("smell")) {
  load.sound(6);
  sound(6,f56);
  print("Jucky, ptui, aaaaaa, eeee, bye bye!");
  print("Too bad you just died in that smell!");
  v36 = 1;
  call(94);
}
if (said("examine","door")) {
  print("It's pretty dusty, smelling, broken, not in use and someone has "
        "written: 'We love drugs'.");
        }
if(said("look","floor")){
print("It's a pretty cool floor, but it's very dirty.");
}
if (said("examine","curb")) {
  print("Cool floor, man.");
}
if (said("examine","wall")) {
  print("It's a pretty old one.");
}
if (said("examine","ceiling")) {
  print("It's broken.");
}
if (said("smell","corner")) {
  load.sound(6);
  sound(6,f56);
  print("Jucky, ptui, aaaaaa, eeee, bye bye!");
  print("Too bad you just died in that smell!.");
  v36 = 1;
  call(94);
}
return();

// Messages
#message 1 "Ahhh!"
#message 2 "It's the famous Bum Palace."
#message 3 "Jucky, they smell."
#message 4 "Lefty: 'Hello.'"
#message 5 "Bum: 'Hello.'"
#message 6 "Lefty: 'Bye.'"
#message 7 "Bum: 'Bye.'"
#message 8 "Lefty: 'Can you tell me where's the toilet.'"
#message 9 "(He points to a corner)."
#message 10 "Lefty: 'Why's it yellow?'"
#message 11 "Bartender: 'Isn't it logical?'"
#message 12 "Lefty: 'Yes,I understand.'"
#message 13 "Jucky, ptui, aaaaaa, eeee, bye bye!"
#message 14 "Too bad you just died in that smell!"
#message 15 "It's pretty dusty, smelling, broken, not in use and someone has written: 'We love drugs'."
#message 16 "Cool floor, man."
#message 17 "It's a pretty old one."
#message 18 "It's broken."
#message 19 "Too bad you just died in that smell!."